home *** CD-ROM | disk | FTP | other *** search
/ Clickx 75 / Clickx 75.iso / software / expressionweb / expressionwebv3 / ExpressionWeb_en.exe / Setup / WeConen.cab / xweb.vtidb.wiz.LOGIN.HTX.en < prev    next >
Encoding:
Text File  |  2009-06-09  |  1.3 KB  |  68 lines

  1. <html>
  2. <head>
  3. <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
  4. <title><%LoginPageTitle%></title>
  5. </head>
  6.  
  7. <body bgcolor="#FFFFFF">
  8.  
  9. <table width="100%" align=left>
  10.   <tr>
  11.     <td width="50%">
  12.       <b><font size=+3 color="#000080"> Database Editor Login </font></b>
  13.     </td>
  14.     <td width="50%" align=right>
  15.       <table>
  16.         <tr>
  17.           <td>
  18.         <%DBEditorNavBar%>
  19.           </td>
  20.         </tr>
  21.       </table>
  22.     </td>
  23.   </tr>
  24. </table>
  25.  
  26. <br clear=all>
  27.  
  28. <hr>
  29.  
  30. <FORM ACTION="<%LoginValidateASPPage%>" METHOD="post">
  31.  
  32. <p>
  33.  <h3>Database Editor Login</h3>
  34. <br>
  35. <p>
  36. <TABLE BORDER=0>    
  37.     <TR>
  38.         <TD ALIGN="right">User name:</TD>
  39.         <TD><INPUT TYPE="text" NAME="login" size="10" VALUE=''></TD>
  40.     </TR>
  41.     <TR>
  42.         <TD ALIGN="right">Password:</TD>
  43.         <TD><INPUT TYPE="password" NAME="password" size="10" VALUE=''></TD>
  44.     </TR>
  45.     <TR>
  46.       <TD>
  47.         <input TYPE="hidden" NAME="requester" VALUE="<%BeginASP%>=Server.HtmlEncode(Request("requester"))<%EndASP%>">
  48.       </TD>
  49.       <TD>
  50.          
  51.       </TD>
  52.     </TR>
  53.     <TR>
  54.         <TD align="left">
  55.           <INPUT TYPE="submit" VALUE="Login">
  56.         </TD>
  57.         <TD>
  58.         </TD>
  59.     </TR>
  60. </TABLE>
  61. </FORM>
  62.  
  63. <p><!--webbot bot="PurpleText" PREVIEW="You may change your Database Editor username and password by editing the file: <%DBEditorFolder%>/<%LoginIncPage%>" --></p>
  64.  
  65. </body>
  66. </html>
  67.  
  68.